github.com/refraction-networking/utls.sortableCipher.isObsolete (field)

6 uses

	github.com/refraction-networking/utls (current package)
		u_parrots.go#L3186: 			isObsolete: ((suite.flags & suiteTLS12) == 0),
		u_parrots.go#L3194: 	isObsolete bool
		u_parrots.go#L3206: 	if ciphers[i].isObsolete && !ciphers[j].isObsolete {
		u_parrots.go#L3209: 	if ciphers[j].isObsolete && !ciphers[i].isObsolete {